projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81d70f1
)
pygrub: Remove bogus log.debug line.
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 10 Aug 2009 12:30:50 +0000
(13:30 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 10 Aug 2009 12:30:50 +0000
(13:30 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/pygrub/src/pygrub
patch
|
blob
|
history
diff --git
a/tools/pygrub/src/pygrub
b/tools/pygrub/src/pygrub
index 095db5e72c59264b83ce27e9b17937c34333e3ab..ac20aace67225bb26d4cd7ab9bff80778026f99d 100644
(file)
--- a/
tools/pygrub/src/pygrub
+++ b/
tools/pygrub/src/pygrub
@@
-535,7
+535,6
@@
def run_grub(file, entry, fs, arg):
try:
img = g.cf.images[sel]
except IndexError:
- log.debug("PyGrub: Default selection is not valid, using first boot configuration...")
img = g.cf.images[0]
grubcfg = { "kernel": None, "ramdisk": None, "args": None }